@font-face {
  font-family: 'faunebold';
  src: url('faune-textbold-webfont.woff2') format('woff2'),
       url('faune-textbold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor:url("img/cursor.cur"),crosshair;
}
a{
  cursor:url("img/cursor-3.cur"),default;
  color:#0b0bb3;
  text-decoration:none; 
}

img{
  width: 100%;
}
a { color: #0b0bb3; } 
a:link {
  text-decoration:none; 
}

h1 {
  font-family: 'faunebold';
  color:#0b0bb3;
  font-size: 1em;
  font-weight: normal;
  }
h2 {
  font-family: 'faunebold';
  color:#0b0bb3;
  font-size: 3em;
  font-weight: normal;
  -webkit-text-stroke: 0.5px;
  -webkit-text-stroke-color: #0b0bb3;
  color: rgba(0, 0,0, 0);
}
h3 {
  font-family: 'faunebold';
  font-weight: normal;
  font-size: 2em;
  white-space : nowrap;
  display : inline;
  }
h4 {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  color:#0b0bb3;
  font-size: 0.5em;
  white-space : nowrap;
  display : inline;
  }
  h5 {
    font-family: 'faunebold';
    color:#0b0bb3;
    font-size: 3em;
    font-weight: normal;
    white-space : nowrap;
    display : inline;
    }

  p {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  color:#0b0bb3;
  font-size: 0.9em;
  text-align: left;
  }

.header{
  z-index: 99; 
  width: 100%;
  position:fixed;
}
.footer{
  z-index: 99; 
  width: 100%;
  position:fixed;
  top: 85%

}
  .insta{
    position:absolute;
    right: 1%;
  }
  .mail{
    position:absolute;
    left: 1%;
  }
  .hi{
    position:absolute;
    right: 1%;
  }



  .index{
    width: fit-content;
    position:absolute;
    left: 1%;
    }
    
    #wrap {
      height: 100%;
      margin: 0;
      z-index: 99;
      position: relative;
      }
      .navbar {
      height: 100%;
      padding: 0;
      margin: 0;
      position: absolute;
      }

    ul {
      list-style-type : none;
      }
      .navbar a {
      background-color:white;
      text-decoration: none;
      display: block;
      width: 45%;
      
      }
      .navbar li:hover, a:hover {
      }
      .navbar li ul {
      display: none;
      height: auto;
      width: fit-content;
      margin-top: -65vh;
      padding: 0;
      }
      .navbar li:hover ul {
      display: block;
      border: 0.5px solid #0b0bb3 ;
      padding:5%;
      background-color: white;
          }
      .navbar li ul li {
      }
      .navbar li ul li a {
      }
      .navbar li ul li a:hover {
        -webkit-text-stroke: 0.5px;
        -webkit-text-stroke-color:#0b0bb3;
        color: white;
      }

.contenu{
  display:flex;
}

.explication{
  flex:1;
  width: 37%;
  height: 100%;
  padding: 1%;
}
  .contenu-expl{
    display:flex;
		flex-wrap:wrap;
    width: 100%;
    height: 100%;
  }
  .description{
    width: 65%;
    height: 99%;
    padding: 5%;
    padding-top: 20%;
    flex: 10;
  }
  .titre{
    height: 99%;
    flex: 1;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    text-align: center;

  }
.gallerie {
  flex:1;
  width: 40%;
  height: 100%;
  margin-left:2%;
  margin-top: -7%;
  padding:10%;
}
.gallerie img{

}

@media screen and (max-width:800px) and (min-width: 100px)
{
  body {
    margin: 0;
    width: 99%;
    overflow: scroll;
  }

  h1 {
    font-size: 1.2em;
    }
  h2 {
    font-size: 3.5em;
  }
  h3 {
    font-size: 1.5em; 
    }
  h4 {
    font-size: 0.5em;
    }
    h5 {
      font-size: 2.5em;;
      }
  
    p {
    font-size: 0.8em;
    }
    .footer{
      top: 80%
    }

    #wrap {
      height: 100%;
      margin: 0;
      z-index: 99;
      position: relative;
      }
      .navbar {
      height: 100%;
      padding: 0;
      margin: 0;
      position: absolute;
      }

      .navbar a {
      background-color:rgba(0, 0,0, 0);
      }
      .navbar li:hover, a:hover {
      }
      .navbar li ul {
      display: none;
      height: auto;
      width: fit-content;
      bottom: 0;
      padding: 0;
      }
      .navbar li ul {
        margin-top: -53vh;
        }
.contenu{
  display:block;
}
   
.explication{
  display: block;
  width: 100%;
  height: fit-content;
}
.description{
  width:100%;
  padding: 20% 20% 5% 25%;
}
.gallerie{
  display: block;
  width: 70%;
  margin-left: 10%;
  margin-bottom: 40%;
}

.titre{
  position: fixed;
  z-index:99;
}


}









